Group Class

Represents a group of drawing shapes.

Definition

Namespace: Independentsoft.Office.Odf.Drawing
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class Group : Shape
Inheritance
Object    Shape    Group

Constructors

Group Initializes a new instance of the Group class.

Properties

AlternativeText Contains a prose description of a graphic object that may be used to support accessibility.
AnchorType Specifies how a frame is bound to a text document.
Content Contains a collection of Shape objects.
EventListeners 
GluePoints Contains an attachment of an event listener to a drawing shape.
Height
(Inherited from Shape)
ID
(Inherited from Shape)
Layer
(Inherited from Shape)
Name
(Inherited from Shape)
Position Contains the coordinate to the drawing shape's bounding box.
Style
(Inherited from Shape)
TextStyle
(Inherited from Shape)
Title Contains a short accessible name of a graphic object.
Transform
(Inherited from Shape)
Width
(Inherited from Shape)
X
(Inherited from Shape)
Y
(Inherited from Shape)
ZIndex
(Inherited from Shape)

Methods

Add Adds a Shape object to the content.
Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
(Overrides ShapeGetContentElements)
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
(Overrides ShapeGetParent)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current Group object to its equivalent string representation.
(Overrides ObjectToString)

See Also